Platform Explorer / Nuxeo Platform 5.8

Extension point metadataMapper

Documentation

Contribute a class responsible to add metadata to an annotation.

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.annotations.descriptors.MetadataMapperDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-annotations-repository-plugin-5.8.jar
    <extension point="metadataMapper" target="org.nuxeo.ecm.platform.annotations.services.AnnotationsService">
    		<metadataMapper class="org.nuxeo.ecm.platform.annotations.repository.DefaultNuxeoMetadataMapper"/>
    	</extension>
  • nuxeo-platform-annotations-core-5.8.jar
    <extension point="metadataMapper" target="org.nuxeo.ecm.platform.annotations.services.AnnotationsService">
    		<metadataMapper class="org.nuxeo.ecm.platform.annotations.service.DefaultMetadataMapper"/>
    	</extension>